Class org.omg.CORBA.NamedValue
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.NamedValue

java.lang.Object
   |
   +----org.omg.CORBA.NamedValue

public class NamedValue
extends Object
The NamedValue class is used in the request operations to describe arguments and return values. They are also used in the context object routines to pass lists of property names and values. A named value includes a name, a value (as an any), and an integer representing a set of flags. When named value structures are used to describe arguments to a request, the names are the argument identifiers specified in the OMG IDL definition for a specific operation, and the mode flags are the argument mode.

Constructor Index

 o NamedValue()

Method Index

 o flags()
flags accessor.
 o name()
name accessor.
 o value()
value accessor.

Constructors

 o NamedValue
  public NamedValue()

Methods

 o name
  public abstract String name() throws SystemException
name accessor.
Returns:
name of the NamedValue.
 o value
  public abstract Any value() throws SystemException
value accessor.
Returns:
value of the NamedValue.
 o flags
  public abstract int flags() throws SystemException
flags accessor.
Returns:
flags of the NamedValue.

All Packages  Class Hierarchy  This Package  Previous  Next  Index